home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CBCP4032.CPP < prev    next >
C/C++ Source or Header  |  1997-06-07  |  4KB  |  187 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For BorlandC++ 4.X. (C++, 32 bit).
  5.  
  6.     Build cbcpp4.clb using:
  7.  
  8.         clint cbcp4032.cpp -L+cbcp4032.clb -I. %1 %2 %3 -3 -KB1 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39. #define __TURBOC__        0x400
  40. #define __BORLANDC__    0x400
  41. #define WIN32_LEAN_AND_MEAN
  42. #define __FLAT__
  43. #define __WIN32__
  44. #define _WIN32
  45. #define M_I86
  46. #define _M_IX86            300
  47. #define __declspec(x)
  48. #define __inline        inline
  49.  
  50. #pragma lint -w-tni
  51. #pragma lint -w-tns
  52. #pragma lint -w-rtm
  53.  
  54.  
  55. // This must be out of order to get definitions needed later. Don't you just
  56. // hate headers that don't include the definitions they need themselves? You'd
  57. // think the ANSI commitee had never specified how headers should be written.
  58. #include "windows.h"
  59. #include "memory.h"
  60.  
  61. // Headers which are commented directly are already included by other headers.
  62. // Headers tabbed and commented are 16 bit only headers.
  63. #include "alloc.h"
  64. #include "assert.h"
  65. #include "atalkwsh.h"
  66. #include "bcd.h"
  67. #include "bios.h"
  68.     //#include "bivbx.h"
  69. #include "bwcc.h"
  70. #include "cderr.h"
  71. #include "checks.h"
  72. #include "colordlg.h"
  73. #include "commctrl.h"
  74. #include "commdlg.h"
  75. #include "complex.h"
  76. #include "conio.h"
  77. #include "constrea.h"
  78. #include "cpl.h"
  79. //#include "cstring.h"
  80. #include "ctl3d.h"
  81. //#include "ctype.h"
  82. #include "custcntl.h"
  83. #include "dde.h"
  84. #include "ddeml.h"
  85. #include "dir.h"
  86. #include "direct.h"
  87. #include "dirent.h"
  88. #include "dlcapi.h"
  89. #include "dlgs.h"
  90. #include "dos.h"
  91. #include "drivinit.h"
  92. #include "errno.h"
  93. //#include "except.h"
  94. //#include "excpt.h"
  95. #include "fcntl.h"
  96. #include "float.h"
  97. #include "fstream.h"
  98. #include "generic.h"
  99. #include "graphics.h"
  100. #include "io.h"
  101. //#include "iomanip.h"
  102. //#include "iostream.h"
  103. #include "limits.h"
  104. #include "lmcons.h"
  105. #include "locale.h"
  106. #include "lzexpand.h"
  107. #include "malloc.h"
  108. //#include "math.h"
  109. //#include "mem.h"
  110. //#include "memory.h"
  111. #include "mgmtapi.h"
  112. //#include "mmsystem.h"
  113. //#include "nb30.h"
  114. #include "nddeapi.h"
  115. #include "nddesec.h"
  116. #include "new.h"
  117. //#include "ntimage.h"
  118. #include "ole.h"
  119. #include "penwin.h"
  120. #include "penwoem.h"
  121. //#include "print.h"
  122. #include "process.h"
  123. #include "ras.h"
  124. #include "raserror.h"
  125. //#include "ref.h"
  126. #include "regexp.h"
  127. #include "rpc.h"
  128. //#include "rpcdce.h"
  129. //#include "rpcdcep.h"
  130. #include "rpcndr.h"
  131. //#include "rpcnsi.h"
  132. //#include "rpcnsip.h"
  133. //#include "rpcnterr.h"
  134. #include "search.h"
  135. #include "setjmp.h"
  136. #include "share.h"
  137. #include "shellapi.h"
  138. #include "signal.h"
  139. //#include "snmp.h"
  140. //#include "stdarg.h"
  141. //#include "stddef.h"
  142. #include "stdio.h"
  143. #include "stdiostr.h"
  144. //#include "stdlib.h"
  145. #include "stress.h"
  146. //#include "string.h"
  147. //#include "strstrea.h"
  148. //#include "systypes.h"
  149. #include "time.h"
  150. //#include "toolhelp.h"
  151. #include "typeinfo.h"
  152. #include "utime.h"
  153. #include "values.h"
  154. //#include "varargs.h"
  155. #include "vdmdbg.h"
  156. //#include "ver.h"
  157. //#include "w32sut.h"
  158. #include "wfext.h"
  159. //#include "winbase.h"
  160. //#include "wincon.h"
  161. //#include "windef.h"
  162. #include "windowsx.h"
  163. //#include "winerror.h"
  164. //#include "wingdi.h"
  165. #include "winioctl.h"
  166. #include "winmem32.h"
  167. //#include "winmm.h"
  168. //#include "winnetwk.h"
  169. //#include "winnls.h"
  170. //#include "winnt.h"
  171. #include "winperf.h"
  172. //#include "winreg.h"
  173. //#include "winsock.h"
  174. #include "winspool.h"
  175. //#include "winsvc.h"
  176. //#include "winuser.h"
  177. //#include "winver.h"
  178. #include "wsipx.h"
  179. #include "wsnwlink.h"
  180.  
  181. #include "sys/locking.h"
  182. #include "sys/stat.h"
  183. #include "sys/timeb.h"
  184. //#include "sys/types.h"
  185.  
  186. /* End of file. */
  187.